projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b54a368
)
Added an entry to arch._types for x86_64.
author
Ewan Mellor
<ewan@xensource.com>
Wed, 30 Aug 2006 00:20:01 +0000
(
01:20
+0100)
committer
Ewan Mellor
<ewan@xensource.com>
Wed, 30 Aug 2006 00:20:01 +0000
(
01:20
+0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/arch.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/arch.py
b/tools/python/xen/xend/arch.py
index 053fcc5f481c8a5c87ba8a33e100e09b8c837978..85e65474012a9dd31551fc76793a7a155383e661 100644
(file)
--- a/
tools/python/xen/xend/arch.py
+++ b/
tools/python/xen/xend/arch.py
@@
-24,6
+24,7
@@
_types = {
"i486": "x86",
"i586": "x86",
"i686": "x86",
+ "x86_64": "x86",
"ia64": "ia64",
"ppc": "powerpc",
"ppc64": "powerpc",